home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / irit5 / circlink / makefile.tc < prev    next >
Makefile  |  1995-12-30  |  663b  |  25 lines

  1.  
  2. #
  3. # This is the make file for circlink subdirectory.
  4. # In order to run it tcc is assumed to be available, in addition to
  5. # tlib and obviously borland make.
  6. #
  7. # Usage: "make [-DMDL=model]" where model can be l (large) or c (compact) etc.
  8. # Note the MDL is optional with large model as default.
  9. #
  10. #                Gershon Elber, Aug 1991
  11. #
  12.  
  13. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  14. # .SWAP
  15.  
  16. # Get the destination directories:
  17. !include "..\makeflag.tc"
  18.  
  19. OBJS = circlink.obj
  20.  
  21. install: $(OBJS)
  22.  
  23. # Dependencies starts here - do not touch, generated automatically.
  24. circlink.obj:    ../include/irit_sm.h ../include/symb_lib.h ../include/geomat3d.h
  25.